home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / endskip.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  421 b   |  23 lines

  1. ENDSKIP
  2.  
  3. Terminates a SKIP block in a script file.
  4.  
  5. Format
  6.  
  7. ENDSKIP
  8.  
  9. Template
  10.  
  11. (none)
  12.  
  13. Location
  14.  
  15. Internal
  16.  
  17. ENDSKIP is used in scripts to terminate the execution of a SKIP block. A SKIP
  18. block allows you to jump over intervening commands if a certain condition is
  19. met. When an ENDSKIP is encountered, execution of the script resumes at the
  20. line following the ENDSKIP. The condition flag is set to 5 (WARN).
  21.  
  22. See also: SKIP
  23.